home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (1996 Edition) / Tabloid Beauties - 1996 Edition.iso / mac / DATA / RACHEL.DIR / 00131_Script_131 < prev    next >
Text File  |  1996-04-03  |  247b  |  9 lines

  1. on exitFrame
  2.     put the pathname into temp
  3.     if the machinetype <> 256 then
  4.       put Temp & "SOUNDS:051.mov" into Fname
  5.     else
  6.       put Temp & "SOUNDS\051.mov" into Fname
  7.     end if
  8.     set the filename of cast "QT.MOV" to FName
  9. end